Be MPEG Audio tools v 0.1beta - Installation
============================================
Waleed Kadous
Ideas to Code Software
waleed@cse.unsw.edu.au

Installing maplay
-----------------

Stick maplay somewhere convenient - e.g. /boot/apps or 
/boot/local/bin. It doesn't really matter at all.

Installing musicin
------------------

Musicin is a bit trickier. Again, you can install it anywhere
you like BUT you must ensure that you set the environment 
variable MPEGTABLES is set to the correct directory. Example:

You put musicin in /boot/local/bin
You put the 'tables' directory with this distribution in
/boot/local/lib/mpeg/

Then you must put something like this in UserBootscript
MPEGTABLES='/boot/local/lib/mpeg/tables'; export MPEGTABLES. 

Alternatively, you can type the above line in the shell
before you run musicin. Or you can have a script that does this. 

Example 2:

You copy the whole "bempau 0.1" directory to /boot/shareware/. Then
you would type something like in UserBootscript:

MPEGTABLES='/boot/shareware/bempau 0.1/tables/'; export MPEGTABLES

Yes, this is a bit messy. This will be fixed soon. The tables
will be added to musicin as resource forks when I have time.

Regards, 


Waleed.
